Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate TypeConfig #1829

Merged
merged 51 commits into from
May 22, 2024
Merged

Integrate TypeConfig #1829

merged 51 commits into from
May 22, 2024

Conversation

mavaylon1
Copy link
Collaborator

@mavaylon1 mavaylon1 commented Jan 18, 2024

Motivation

Integrate TypeConfigurator from HDMF to pynwb. Also provide documentation.

  • load and unload should use the load and unload from hdmf
  • [x ] tutorial
  • restructure the default configs to match the new structure set in hdmf
  • [x ] tests

What was the reasoning behind this change? Please explain the changes briefly.

How to test the behavior?

Show how to reproduce the new behavior (can be a bug fix or a new feature)

Checklist

  • Did you update CHANGELOG.md with your changes?
  • Have you checked our Contributing document?
  • Have you ensured the PR clearly describes the problem and the solution?
  • Is your contribution compliant with our coding style? This can be checked running flake8 from the source directory.
  • Have you checked to ensure that there aren't other open Pull Requests for the same change?
  • Have you included the relevant issue number using "Fix #XXX" notation where XXX is the issue number? By including "Fix #XXX" you allow GitHub to close issue #XXX when the PR is merged.

src/pynwb/__init__.py Outdated Show resolved Hide resolved
Copy link

codecov bot commented Mar 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.09%. Comparing base (014b143) to head (4fe39f0).
Report is 18 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1829      +/-   ##
==========================================
+ Coverage   92.02%   92.09%   +0.06%     
==========================================
  Files          27       27              
  Lines        2620     2643      +23     
  Branches      685      689       +4     
==========================================
+ Hits         2411     2434      +23     
  Misses        139      139              
  Partials       70       70              
Flag Coverage Δ
integration 73.13% <60.86%> (-0.11%) ⬇️
unit 84.07% <100.00%> (+0.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mavaylon1 mavaylon1 changed the title Integrate TermSetConfigurator Integrate TypeConfig May 20, 2024
src/pynwb/__init__.py Outdated Show resolved Hide resolved
tox.ini Show resolved Hide resolved
@rly
Copy link
Contributor

rly commented May 21, 2024

I think we need to figure out the workflow for a user who has installed pynwb via pip. Otherwise this all looks good.

@mavaylon1 mavaylon1 requested a review from rly May 22, 2024 17:16
@mavaylon1
Copy link
Collaborator Author

@rly issue ticket has been made, link has been added with what would be the link after merge.

rly
rly previously approved these changes May 22, 2024
@mavaylon1 mavaylon1 enabled auto-merge (squash) May 22, 2024 22:30
rly
rly previously approved these changes May 22, 2024
@rly
Copy link
Contributor

rly commented May 22, 2024

In a separate PR, I updated the dev branch to use HDMF 3.14.0 throughout, so the ros3 test should pass now.

@mavaylon1 mavaylon1 merged commit 2f851df into dev May 22, 2024
20 of 24 checks passed
@mavaylon1 mavaylon1 deleted the tmc branch May 22, 2024 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants